html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
h1 {
  margin-top: 16px;
}
h2 {
  margin-top: 12px;
}
h3 {
  margin-top: 8px;
}
ol, ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
p {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
a:visited {
  color: rgb(0, 101, 179);
}
.line-space {
  height: 10px;
}
#content {
  height: calc(100% - 70px);
  display: flex;
  margin: 8px;
  flex-direction: row;
  overflow: hidden;
}
#header {
  height: 40px;
  background-color: black;
  padding: 4px;
  display: flex;
  align-items: center;
}
#subheader {
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tinyfont {
  font-size: 10pt;
}
.tab-item {
  margin-right: 16px;
  color: #333;
  cursor: pointer;
}
.header-left-text {
  color: #FFF;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.header-text {
  font-weight: 600;
}
.header-left-text>DIV {
  margin: 4px;
}
.title {
  font-size: 1.25rem;
}
.content-left {
  width: 350px;
  border-right: 1px dotted #AAA;
  overflow: auto;
}
.content-right {
  width: calc(100% - 350px);
  margin-top: 8px;
  margin-left: 8px;
  overflow: auto;
}
.unordered-list {
  list-style-type: none;
}
.cmd-title {
  font-size: 24px;
  margin-bottom: 8px !important;
}
.cmd-description {
  margin-left: 16px;
}
.markdown {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
}
.markdown ul {
  margin-left: 20px;
}
.markdown ol {
  margin-left: 20px;
}
#commandfilter {
  width: 90% !important;
  margin-bottom: 8px;
}
.input-icon {
  color: rgb(200, 200, 200);
}
.small-font {
  font-size: 0.875rem;
}